home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11460 < prev    next >
Encoding:
Text File  |  1996-08-05  |  958 b   |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: cs.vu.nl!jimthorn
  3. From: jimthorn@cs.vu.nl (Imthorn JA)
  4. Subject: Borland 3.0 question
  5. Nntp-Posting-Host: kits.cs.vu.nl
  6. Sender: news@cs.vu.nl
  7. Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
  8. Date: Thu, 14 Mar 1996 10:51:24 GMT
  9. Message-ID: <Do97Hp.9n0.0.-s@cs.vu.nl>
  10.  
  11. I recently released a program that I compiled with the
  12. 80286-optimization switch 'on'.  Including FP-emulation.
  13. Now I just got a phonecall from someone using an 80286-
  14. based computer, and he complained the program crashed.
  15. However, it DID run smoothly on a 80486-based computer,
  16. and it's also not giving ME any problems on my 486 and
  17. my Pentium.  Any ideas what may be causing this?  The
  18. easy sollution would of course be to re-compile it for
  19. the 8086, but I'd really like to know if there's a bug
  20. in the compiler or anything.
  21.  
  22. I'm sorry I'm posting a 'platform'-oriented question in
  23. this C++ group, but there doesn't seem to be a good
  24. alternative.
  25.  
  26. J.
  27.